github.com/klauspost/compress/zstd.blockEnc.prevRecentOffsets (field)
5 uses
github.com/klauspost/compress/zstd (current package)
blockenc.go#L29: prevRecentOffsets [3]uint32
blockenc.go#L95: b.recentOffsets = prev.prevRecentOffsets
blockenc.go#L246: b.prevRecentOffsets = b.recentOffsets
blockenc.go#L251: b.recentOffsets = b.prevRecentOffsets
enc_base.go#L165: e.blk.prevRecentOffsets[i] = e.blk.recentOffsets[i]
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |